home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / asciiheb.arc / ASCIIHEB.DOC < prev    next >
Text File  |  1991-03-10  |  5KB  |  141 lines

  1.                  *********************************************
  2.                  **                                         **
  3.                  ** ASCIIHEB (c) 1989,91 by Joel M. Hoffman **
  4.                 /**                 Ver. 1.0                **\
  5.                / **                                         ** \
  6.               /  **                                         **  \
  7.              /   **       ....an EXCELSIOR product....      **   \
  8.             /    **                                         **    \
  9.            /     *********************************************     \
  10.     **********************************************************************
  11.     **                             |__                                  **
  12.     **        |~~| ~~~| ~| \ .' ~|    ;      |~~| ~|  ~| ~~~|  |~~|     **
  13.     **       _|  |    |      \      ./      _|  |    __| ___| _|  |     **
  14.     **                     ~~~~                                         **
  15.     **                                                                  **
  16.     **        |~~| ~| ~| ~~~| ~~|  | |      |~~| ~| ~|  |~~| ~| \ ;     **
  17.     **       _|  |  |       | __|_  \;     _|  |  |    _|  |  | (`.     **
  18.     **                             ~~                                   **
  19.     **********************************************************************
  20.  
  21.  
  22.  
  23.  
  24. OVERVIEW
  25. ~~~~~~~~
  26.  
  27. ASCIIHEB is a utility for including Hebrew in any situation confined to
  28. ASCII characters.  It creates text documents with Hebrew letters that
  29. can be viewed with any monitor that supports standard ASCII coding, from
  30. mono. up to SuperDuperVGA+++. 
  31.  
  32. ASCIIHEB automatically converts left-to-right text to right-to-left, for
  33. convenient reading without a mirror. 
  34.  
  35. The author uses this program for including Hebrew in E-mail, text
  36. documents to be printed on an unknown printer, and for displaying Hebrew
  37. with a minimum of fuss on any screen. 
  38.  
  39. This program is Shareware.  IT IS NOT FREE.  Please see the last section
  40. for information on registering your copy of ASCIIHEB. 
  41.  
  42.  
  43. USAGE
  44. ~~~~~
  45.  
  46. ASCIIHEB is a filter; it reads from STDIN and writes to STDOUT.  It
  47. terminates when it sees a blank line.  If you just type:
  48.  
  49.     ASCIIHEB
  50.  
  51. at a DOS prompt, ASCIIHEB will read lines one at a time from the
  52. keyboard, converting the letters it sees to Hebrew (see the section
  53. below on ``Keyboard Layout'').  You can use
  54.  
  55.     ASCIIHEB < file1 > file2
  56.  
  57. to convert file1 into Hebrew, storing the Hebrew in file2.  If you type
  58.  
  59.     ECHO gcrh, | ASCIIHEB
  60.  
  61. the program will respond with
  62.   
  63.        |~~| ~| ~~~| ~~|  | | 
  64.       _|  |       | __|_  \; 
  65.                          ~~  
  66.  
  67.  
  68.  
  69. KEYBOARD LAYOUT
  70. ~~~~~~~~~~~~~~~
  71.  
  72. The keyboard layout is the standard layout used in Israel.  Here is
  73. where the letters are located:
  74.  
  75.  \~~~~~~\~~~~~~\~~~~~~\~~~~~~\~~~~~~\~~~~~~\~~~~~~\~~~~~~\~~~~~~\
  76.   \      \      \      \      \      \      \      \      \      \
  77.    \   2  \   3  \   4  \   5  \   6  \   7  \   8  \   9  \   0  \
  78.     \------\------\------\------\------\------\------\------\------\
  79.      \   W  \   E  \   R  \   T  \   Y  \   U  \   I  \   O  \   P  \
  80.       \      \ koof \ resh \ aleph\ tet  \ vav  \ NUN  \ MEM  \ peh  \
  81. \------\------\------\------\------\------\------\------\------\------\
  82.  \   A  \  S   \   D  \   F  \   G  \   H  \   J  \   K  \   L  \   ;  \
  83.   \ shin \ dalet\ gimel\ kaf  \ ayin \ yud  \ chet \ lamed\ CHAF \ FEH  \
  84.    \------\------\------\------\------\------\------\------\-------------
  85.     \  Z   \  X   \   C  \   V  \   B  \   N  \   M  \   ,  \
  86.      \ zayin\samech\ bet  \ heh  \ nun  \ mem  \ tzadi\ taf  \
  87.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  88. o  This is the standard Israeli keyboard layout.
  89. o  Letters in CAPS are final letters.
  90. o  Only lower-case letters are converted.
  91.  
  92.  
  93.  
  94. THE FONT
  95. ~~~~~~~~
  96.  
  97. The characters are proportionally-spaced, varying from 2 to 6 units wide
  98. by up to 3 units tall and sometimes one unit deep.  A variety of ASCII
  99. characters is used to create the letters. 
  100.  
  101.  
  102.  
  103. BUGS
  104. ~~~~
  105.  
  106. o  The user must know the Israeli keyboard layout.  Future versions may
  107.    support other transcriptions.
  108.  
  109. o  There is no punctuation.
  110.  
  111. o  Some of the letters, while not actually illegible, are ugly.
  112.  
  113.  
  114.  
  115. REGISTRATION
  116. ~~~~~~~~~~~~
  117.  
  118. This program is not expensive, but it's also not free.  If you like
  119. ASCIIHEB, the author is only asking for $10 as a registration fee.  If
  120. this is a financial hardship for you, and you still want to use the
  121. program, contact the author. 
  122.  
  123.  
  124.  
  125. Please send payment to:    Joel M. Hoffman
  126.                        c/o Excelsior Computer Services
  127.                            19 Hillcrest Lane
  128.                            Rye, NY 10580  
  129.  
  130.  
  131. Comments and suggestions, as well as bug reports, are welcome!
  132.  
  133. You can contact the author at the above address, or via email.  No phone
  134. calls please. 
  135.     
  136. hoffman@nyuacf.BITNET            <-- BITNET
  137. hoffman@acfcluster.nyu.edu       <-- Internet
  138. [72700,402]                      <-- CompuServe
  139.  
  140.  
  141.